Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / DropDownControlStyles<T> Class / Default Property

In This Topic
    Default Property (DropDownControlStyles<T>)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the element in the default state.
    Syntax
    'Declaration
     
    
    Public Property Default As StateElementStyle
    public StateElementStyle Default {get; set;}
    See Also